home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / MIND.DXR / 00001.ls next >
Encoding:
Text File  |  1997-12-01  |  361 b   |  17 lines

  1. on startMovie
  2.   if the platform = "Windows,32" then
  3.     openXLib(the pathName & "XTRAS32\Fileio")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       openXLib(the pathName & "XTRAS16\Fileio")
  7.     else
  8.       openXLib(the pathName & "xtras:FileIOXtraFat")
  9.     end if
  10.   end if
  11.   getPrefThingy()
  12. end
  13.  
  14. on enterFrame
  15.   set the visible of sprite 3 to rollOver(3)
  16. end
  17.